2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
+ * modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
+ (draw_resize_grip): Draw XP status bar grippie handle properly
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
+ * modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
+ (draw_resize_grip): Draw XP status bar grippie handle properly
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
+ * modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
+ (draw_resize_grip): Draw XP status bar grippie handle properly
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
+ * modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
+ (draw_resize_grip): Draw XP status bar grippie handle properly
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
gint height)
{
if (detail && !strcmp(detail, "statusbar")) {
- if (!xp_theme_draw(window, XP_THEME_ELEMENT_STATUS_GRIPPER, style, x, y, width, height,
+ if (xp_theme_draw(window, XP_THEME_ELEMENT_STATUS_GRIPPER, style, x, y, width, height,
state_type, area))
return;
}
gint height,
GtkOrientation orientation)
{
- if (GTK_IS_HANDLE_BOX (widget))
+ if (is_toolbar_child (widget))
{
XpThemeElement hndl;